home *** CD-ROM | disk | FTP | other *** search
/ Pornodelic / Pornodelic - Disc 2.iso / pc / data / photo2.dir / 00028.ls < prev    next >
Encoding:
Text File  |  1998-03-05  |  274 b   |  13 lines

  1. global gp_storynum, gspspeed
  2.  
  3. on exitFrame
  4.   stwait(gspspeed)
  5.   case gp_storynum of
  6.     1, 2, 3:
  7.       changespadd(11, "Photo" & gp_storynum & "r,St", "Photo" & gp_storynum & "r,End")
  8.     4:
  9.       changespadd(11, "Photo1r,St", "Photo3r,End")
  10.   end case
  11.   go(marker(-1))
  12. end
  13.